Package com.cisco.pt.ipc.ui
Interface SystemFileWatcher
- All Superinterfaces:
IPCObject
- All Known Implementing Classes:
SystemFileWatcherImpl
Information provided by the PKI file:
\class SystemFileWatcher
\brief SystemFileWatcher provides monitoring of files and directories in the local system.
\example systemFileManager().getFileWatcher()
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionbooleanaddPath()Information provided by the PKI file:booleanInformation provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
addPath
boolean addPath()Information provided by the PKI file:
\brief Add a file or directory to watch for changes. \param path, the full path of the file or directory to watch \return bool, true if successful, false otherwise- Returns:
- boolean Returns a boolean
-
removePath
boolean removePath()Information provided by the PKI file:
\brief Stop watching a file or directory for changes. \param path, the full path of the file or directory to stop watching \return bool, true if successful, false otherwise- Returns:
- boolean Returns a boolean
-